AddByReference(Keyword,String,Byte[]) Method
Add byte[] as attribute value to avoid copying large data
'Declaration
Public Overloads Sub AddByReference( _
ByVal As Keyword, _
ByVal As String, _
ByVal () As Byte _
)
'Usage
Dim instance As DicomImage
Dim keyword As Keyword
Dim VR As String
Dim Value() As Byte
instance.AddByReference(keyword, VR, Value)
Parameters
- keyword
- Attribute tag to add
- VR
- Attribute VR to add
- Value
- Attribute value as byte array
Target Platforms: .NET CLR 4.0 or higher